@charset "UTF-8";
/* CSS Document */

body,html {
	padding:0;
	margin:0;
}

body {
	background:url(../Images/backgroundwebsite.jpg) no-repeat;
	background-size:cover;
	color:#000;
	font-family:Corbel;
	font-size:12px;
	
}

a {
	text-decoration:none;
	color:#000;
}

a:hover {
	color:#639;
}

#container {
	width: 960px;
	height: 700px;
	background-color: #FFF;
	position: absolute;
	top: 50%;
	left: 50%;
	margin: -350px 0 0 -480px;
	border-radius:10px 10px 10px 10px;
}

#header{
	height:150px;
	position:relative;
	padding:20px 0 0 20px;
}

#icons {
	width:150px;
	height:30px;
	position:absolute;
	right:0;
	top:30px;
}

#icons img {
	margin-right:20px;
}
	

#nav {
	height:50px;
	width:500px;
	position:absolute;
	bottom:40px;
	right:10px;
	
}


#nav ul {
	list-style:none;
	padding:0;
	margins:0;
	float:right;
}

#nav ul li {
	float:left;
}
	
	

#nav ul li a {
	text-decoration:none;
	font-family:Corbel;
	font-size: 12px;
	color:#000;
    display:block;
	padding-left:20px;
		
}

#nav ul li a:hover {
	color:#639;
		
	}
	
#content{
	height:535px;
	background-color:#FFF;
}

#left {
	width:350px;
	height:505px;
	float:left;
	padding:30px 0 0 50px;
	text-align:justify;
}

#right {
	width:530px;
	height:535px;
	float:left;
	padding-left:30px;
}

#contact_form {
	width:500px;
	margin:auto;
	font-family:Corbel;
	font-size:12px;
}


#gallery{
	width:900px;
	height:530px;
	margin:0 auto 0;
}

#home_text {
	width:850px;
	height:25px;
	background-color:#FFF;
	font-family:Corbel;
	font-size:14px;
	padding-top:25px;
	padding-left:110px;
	
}

#friends {
	width:300px;
	margin:auto;
	padding-top:30px;
}

#confirmation {
	width:400px;
	margin:auto;
	padding-top:30px;
}


#home_image1 {
		width:150px;
		height:215px;
		float:left;
		background-color:#FFF;
		padding:20px 45px 0 45px;
		text-align:center;
		font-family:Corbel;
		font-size:12px;
			
}

#home_image2 {
		width:150px;
		height:215px;
		background-color:#FFF;
		float:left;
		padding:20px 45px 0 45px;
		text-align:center;
		font-family:Corbel;
		font-size:12px;
				
}

#home_image3 {	
	width:150px;
	height:215px;
	background-color:#FFF;
	float:left;
	padding:20px 45px 0 45px;
		text-align:center;
		font-family:Corbel;
		font-size:12px;
		
}

#home_image4 {
		width:150px;
		height:215px;
		background-color:#FFF;
		float:left;
		padding:20px 45px 0 45px;
		text-align:center;
		font-family:Corbel;
		font-size:12px;
					
}



#home_image5 {
		width:150px;
		height:215px;
		background-color:#FFF;
		float:left;
		padding:20px 45px 0 45px;
		text-align:center;
		font-family:Corbel;
		font-size:12px;
		
}

#home_image6 {
		width:150px;
		height:215px;
		background-color:#FFF;
		float:left;
		padding:20px 45px 0 45px;
		text-align:center;
		font-family:Corbel;
		font-size:12px;
}

#home_image7 {
		width:150px;
		height:215px;
		background-color:#FFF;
		float:left;
		padding:20px 45px 0 45px;
		text-align:center;
		font-family:Corbel;
		font-size:12px;
		
		}

#home_image8 {
		width:150px;
		height:215px;
		background-color:#FFF;
		float:left;
		padding:20px 45px 0 45px;
		text-align:center;
		font-family:Corbel;
		font-size:12px;
		
				
}

.thumbnails {
	width:160px;
	height:160px;
	float:left;
	margin:10px;
}

	
#footer{
	height:20px;
	background-color:#FFF;
	font-size:12px;
	font-family:Corbel;
	text-align:center;
	
	
}
	
